Click or drag to resize

SerializableTimeZoneTime Class

Represents an offset from the time relative to Coordinated Universal Time (UTC).
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSerializableTimeZoneTime

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SerializableTimeZoneTime

The SerializableTimeZoneTime type exposes the following members.

Constructors
  NameDescription
Public methodSerializableTimeZoneTime
Initializes a new instance of the SerializableTimeZoneTime class.
Public methodSerializableTimeZoneTime(Int32, Time, DayOrder, Month, DayOfWeek)
Initializes a new instance of the SerializableTimeZoneTime class.
Public methodSerializableTimeZoneTime(Int32, Time, DayOrder, Month, DayOfWeek, String)
Initializes a new instance of the SerializableTimeZoneTime class.
Top
Properties
  NameDescription
Public propertyDayOfWeek
The DayOfWeek property gets or sets the day of the week when the transition to and from standard time and daylight saving time occurs.
Public propertyDayOrder
The DayOrder property represents the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time.
Public propertyMonth
The Month property gets or sets the transition month of the year to and from standard time and daylight saving time.
Public propertyOffset
The property gets or sets the offset from the Coordinated Universal Time (UTC) offset.
Public propertyTime
The Time property gets or sets the transition time of day to and from standard time and daylight saving time.
Public propertyYear
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also